PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFImageOrientation Enumeration
In This Topic
    PDFImageOrientation Enumeration
    In This Topic
    Defines the supported image orientations.
    This enum corresponds to EXIF Orientation tag (0x112 = 274).
    Members
    MemberDescription
    BOTTOM_LEFTBottom left side.
    BOTTOM_RIGHTBottom right side.
    LEFT_BOTTOMLeft side bottom.
    LEFT_TOPLeft side top.
    RIGHT_BOTTOMRight side bottom.
    RIGHT_TOPRight side top.
    TOP_LEFTTopleft side.
    TOP_RIGHTTop right side.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.images.PDFImageOrientation

    See Also